home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / reelgold.swf / scripts / DefineButton2_109 / BUTTONCONDACTION on(release).as next >
Text File  |  2014-03-11  |  118b  |  7 lines

  1. on(release){
  2.    play();
  3.    pOn = true;
  4.    _root.inSFX.fMainSoundSwitch("on");
  5.    _root.inSFX.fNoise("click");
  6. }
  7.